Видео с ютуба Base Class Pointer
raw c++ passing (receiving) Derived class objects as Base class objects via pointers
Accessing a Derived Class Member via Pointer After using Inheritance in C+ +
Polymorphism in C++ | Virtual Functions, Binding, override, final, Abstract Classes, vtable, vptr
Why TList Uses Pointer Instead of TObject in Delphi
البرمجة الكيانية (OOP) | pointer to base class | محاضرة 16
Casting pointer to derived class to reference to pointer to base class
Modern C++ Tutorial #:7 Virtual Destructor Explained
Understanding this Pointer in Template Inheritance in C+ +
Understanding sizeof in C+ + : Object Size of Base Class vs. Derived Class
Getting Shared Pointers from This of Derived Class in C+ +
Can the this Pointer be Polymorphic in C+ + ?
How to Properly Initialize a Generic Base Class in C+ +
Understanding Pointer Behavior in C+ + : Derived vs Base from a Virtual Function
Understanding std::make_unique for Base and Derived Classes in C+ +
Accessing Derived Virtual Functions Safely from Base Classes in C+ +
How to Implement a Copy Constructor in C+ + for Classes Containing Pointers
Understanding Pointers in Base Class to Manage Derived Class Objects in C+ +
Understanding Virtual Functions in C+ + : Why Derived Class Calls Can Lead to Errors
Understanding Accessing Protected Members in C+ + : A Deep Dive into pointer-to-member Technique
How to Compare Derived Class Data Using Base Class in C+ +